home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_mac.hqx / SRGP port to 5.0 (compressed) / SRGP_SPHIGS Root / MacSPHIGS / MAT3geom.proto.h < prev    next >
Encoding:
Text File  |  1992-02-13  |  260 b   |  9 lines

  1.  
  2. /* MAT3geom.c */
  3. void MAT3direction_matrix(MAT3mat, MAT3mat);
  4. int MAT3normal_matrix(MAT3mat, MAT3mat);
  5. void MAT3scale(MAT3mat, MAT3vec);
  6. void MAT3rotate(MAT3mat, MAT3vec, double);
  7. void MAT3translate(MAT3mat, MAT3vec);
  8. void MAT3shear(MAT3mat, double, double);
  9.